ValueRange Class

Defines a control which allows the user to select a value from a continuous number range.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ValueRange : Control
Inheritance
Object    Control    ValueRange

Constructors

ValueRange Initializes a new instance of the ValueRange class.

Properties

ControlImplementation Contains an identifier for a control element.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
MaximumValue Specifies the maximum value that a user can enter.
MinimumValue Specifies the minimum value that a user can enter.
Name Contains an identifier for a control element.
Orientation Specifies the orientation of a control. The defined values are: -horizontal: control is oriented horizontally. -vertical: control is oriented vertically.
PageStepSize Specifies the second-level increment used for a control representing a value.
Properties
(Inherited from Control)
RepeatDelay Specifies the time-out to be used before a pressed mouse button results in repeating an action.
StepSize Specifies the increment used for a control representing a value.The default value for this attribute is 1.
Value Specifies the default value of an input control.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides ControlGetContentElements)
GetHashCode
(Inherited from Object)
GetParent
(Inherited from Control)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ValueRange object to its equivalent string representation.
(Overrides ObjectToString)

See Also